home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_scenar / nocdrom.zip / NOCDROM.BAT < prev    next >
DOS Batch File  |  1996-08-10  |  637b  |  36 lines

  1. @echo off
  2. echo About to create GP2\orig to store original files into.
  3. echo.
  4. echo.
  5. echo.
  6. pause
  7. mkdir orig
  8. echo.
  9. echo.
  10. echo.
  11. echo Now to archive (to save harddisk space) and copy the
  12. echo original files into the new GP2\orig directory.
  13. echo.
  14. echo.
  15. echo.
  16. pause
  17. arj a -jm -i2 -d -y orig\origgp2 setup.* gp2.*
  18. echo.
  19. echo.
  20. echo.
  21. echo And now to extract the new files into GP2.
  22. echo.
  23. echo.
  24. echo.
  25. pause
  26. arj x nocdrom -y -i2
  27. echo.
  28. echo.
  29. echo.
  30. echo OK, all set. Now go play without the cdrom.
  31. echo.
  32. echo.
  33. echo Should you ever decide to reinstall the original files
  34. echo then run the file yescdrom.bat
  35. echo.
  36. echo.